home *** CD-ROM | disk | FTP | other *** search
- -- card: 4720 from stack: in
- -- bmap block id: 3064
- -- flags: 0000
- -- background id: 2647
- -- name: Minor Scales
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=317 top=306 right=328 bottom=417
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Scale Practice
- ----- HyperTalk script -----
- on mouseUp
- visual effect iris open to card
- go "Scales"
- end mouseUp
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=203 top=306 right=328 bottom=313
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Key Signatures
- ----- HyperTalk script -----
- on mouseUp
- visual effect iris open to card
- go "KeySignatures"
- end mouseUp
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=102 top=306 right=327 bottom=199
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Major Scales
- ----- HyperTalk script -----
- on mouseUp
- visual effect iris open to card
- go to card "major scales" of stack "reference"
- end mouseUp
-